home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / snowboard.swf / scripts / frame_6 / PlaceObject2_180_123 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2007-01-15  |  144b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.player) && _currentframe == 1)
  3.    {
  4.       this.play();
  5.       _root.score += 50;
  6.    }
  7. }
  8.